projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
977a3d3
)
Let extra characters in waypoint name. Verified on 200CR.
author
robertl
<robertl>
Mon, 18 Jan 2010 23:27:49 +0000
(23:27 +0000)
committer
robertl
<robertl>
Mon, 18 Jan 2010 23:27:49 +0000
(23:27 +0000)
bushnell.c
patch
|
blob
|
history
diff --git
a/bushnell.c
b/bushnell.c
index e05ecd87a129e06ce60d13e6bd7db2f97ba4af84..12fbe19eec652ef6b09ff82089bb43c7e394de72 100644
(file)
--- a/
bushnell.c
+++ b/
bushnell.c
@@
-159,6
+159,7
@@
static void
wr_init(const char *fname) {
ofname = fname;
static char valid_chars [] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ 0123456789"
+ ".-/\\~@#$%^&*()_+=<>"
"abcdefghijklmnopqrstuvwxyz";
mkshort_handle = mkshort_new_handle();